home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Headers / eointerface / EOMatrixAssociation.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-26  |  335 b   |  24 lines

  1. // EOMatrixAssociation
  2. // Enterprise Objects Framework
  3. // 
  4. // Copyright 1993 NeXT Computer, Inc.
  5. // All Rights Reserved
  6.  
  7.  
  8. #ifdef SHLIB
  9. #import "shlib.h"
  10. #endif
  11.  
  12. #import "EOAssociation.h"
  13.  
  14. @class Window;
  15.  
  16. @interface EOMatrixAssociation: EOAssociation
  17. {
  18. }
  19.  
  20. // Target/action method for destination to send to
  21. - controlActed:sender;
  22.  
  23. @end
  24.